/**
 * This stylesheet is for styles you want to include only when displaying demo
 * styles for grids, animations, color swatches, etc.
 * These styles will not be your production CSS.
 */

/* / pattern-lab root overrides */
.pl-c-body--theme-dark,
:root {
    --theme-bg: #0d0d0d;
    --theme-primary: #440f0f;
    --theme-secondary: #0d0d0d;
    --theme-text: white;
    --theme-text-rgb: 255, 255, 255;
    --theme-border: rgba(255, 255, 255, 0.2);
}

.pl-c-body--theme-dark .pl-c-logo__img {
    filter: invert(1);
}

.pl-c-logo__text {
    display: none !important;
}

.pl-c-body--theme-dark pl-iframe {
    background-color: rgb(50, 50, 50);
}

.pl-c-viewport-size__input-action {
    max-width: 10ch !important;
}

.pl-c-body--theme-dark .pl-c-viewport__resizer-handle {
    border: 1px solid;
    border-width: 0 1px;
    background-color: var(--theme-bg);
    color: var(--theme-text);
}

/* \ pattern-lab root overrides */

#sg-patterns {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0 0.5em;
    max-width: 100%;
}

.demo-animate {
    margin-bottom: 1em;
    border-radius: 8px;
    background: #ddd;
    cursor: pointer;
    padding: 1em;
    text-align: center;
}

.sg-colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
}

.sg-color {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    padding: 1rem 2rem;
    text-align: center;
}

.sg-color div {
    border-radius: 999em;
    background-color: rgba(255, 255, 255, .75);
    padding: .5em;
}

.sg-swatch {
    display: block;
    margin-bottom: 0.3em;
    border-radius: 5px;
    height: 4em;
}

.sg-label {
    line-height: 1;
    font-size: 90%;
}

.sg-childs-bg * {
    background-color: rgba(0, 0, 0, .1);
    padding-top: 1em;
    padding-bottom: 1em;
}

.sg-svg-sprites {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sg-svg-sprite {
    display: flex;
    flex-direction: column;
    transition: color .3s;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    color: #555;
}

.sg-svg-sprite:hover {
    color: orangered;
}

.sg-svg-sprite svg {
    display: block;
    margin: 1rem;
    width: 100px;
    height: 100px;
}

.sg-svg-sprite__name {
    background-color: rgba(0, 0, 0, .1);
    padding: .25rem .5rem;
    text-align: center;
}

.func-wrap-navigation ul li.active {
    border-radius: 5px;
    background: #22B75B;
    color: #fff;
}

@media (min-width: 1200px) {
    .func-item__content {
    height: 300px;
  }
}


.hwimg img {
    padding-top: 90px;
}

.partners-item {
    cursor: pointer;
}

@media (max-width: 992px) {
    .hwimg img {
        max-width: 650px;
        width: 100%;
    }

    .func-item__content {
        height: 120px;
    }

    .column {
        margin-top: 60px;
    }
}
